loop unrolling造句
例句与造句
- A standard optimization is loop unrolling ; the compiler will unroll the loops to reduce the number of branches
标准的优化是循环展开;编译器将展开循环,以减少分支的数量。 - To tackle these problems , gcx employs branch result combining , loop unrolling , procedure integration and other techniques vastly
为此, gcx使用了诸如合并分支执行结果、循环展开、过程集成等方法来克服这些困难。 - By using high - speed buffers and do … loop unrolling technique , it reduced memory complexity and improved average time of floating - point calculation
采用高速缓存和循环展开技术,降低了存储复杂性,提高了浮点运算的平均时间。 - The cla ic compiler optimizatio , such as dead code elimination , co tant folding , co tant propagation , elimination of partial redundancies , loop unrolling , etc . , are static analyses
典型的编译器最优化,如死代码消除、常数合并、常数传送、部分冗余的消除、循环展开等等,是静态分析。 - The classic compiler optimizations , such as dead code elimination , constant folding , constant propagation , elimination of partial redundancies , loop unrolling , etc . , are static analyses
典型的编译器最优化,如死代码消除、常数合并、常数传送、部分冗余的消除、循环展开等等,是静态分析。 - It's difficult to find loop unrolling in a sentence. 用loop unrolling造句挺难的
- In the dissertation , we discuss the issues on loop unrolling , register allocation , and cost model , etc . some of the achievements are applied to the implementation of an open source compiler
本文结合epic体系结构特性,对软件流水技术中的循环展开、寄存器分配、开销模型和决策框架等领域进行了研究,并将其中一些成果应于一个开放源码的编译器,取得了比较好的效果。